home *** CD-ROM | disk | FTP | other *** search
/ Virtual Physics: The Eggs of Time / VPHYSICS The Eggs Of Time.iso / pc / files / an.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1998-09-29  |  176 b   |  10 lines

  1. on mouseUp
  2.   global ttime
  3.   if ttime > 0 then
  4.     puppetSound("click")
  5.     set ttime to ttime - 1
  6.     set the castNum of sprite 44 to ttime + 52
  7.     updateStage()
  8.   end if
  9. end
  10.